Invalid bookmark argument to move (Error 40028)

The bookmark argument to rdoResultset.Move was not passed as the correct data type.

To avoid this error, be sure to pass the bookmark argument as either an Integer or Byte data type. Retrieve the bookmark by using rdoResultset.Bookmark, and be sure that the variable you use to store the bookmark is still valid.